CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic algorithm c

搜索资源列表

  1. Genetic-Algorithm

    0下载:
  2. 遗传算法如何利用C++程序来实现,以求作业车间调度等问题。-How to use the genetic algorithm C++ program to implement in order to job shop scheduling problems.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:14835
    • 提供者:张广乐
  1. nsga2code

    0下载:
  2. Genetic algorithm for multi objective code with C++.This GAs uses the Pareto method.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:55237
    • 提供者:zizou
  1. GENETIC_ALGORITHM_FOR_NEURAL_NETWORKS_ON_TRANSPUTE

    0下载:
  2. GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:509887
    • 提供者:eknngx
  1. GAchenxu

    0下载:
  2. 传统的经典遗传算法c++源码,包含很多例子,该源码很具有一般性。-Traditional classical genetic algorithm c++ Source, contains many examples, the source code is very general.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-07
    • 文件大小:632387
    • 提供者:antercy
  1. sorts

    0下载:
  2. Generic sorting algorithms;分类问题的遗传算法,C++ 源程序。-Generic sorting algorithms classification of the genetic algorithm, C++ Source.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:2506
    • 提供者:yuxiaojun
  1. SGA

    1下载:
  2. 基本遗传算法的C语言源程序。(遗传算法的应用范围极其广泛,它可应用于函数优化、组合优化、生产调度问题、自动控制、机器人学、图像处理、人工生命、遗传编程以及机器学习等领域。)-Basic genetic algorithm C language source code. (Genetic algorithm extremely broad range of applications, it can be applied to function optimization, combinatorial
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:3281
    • 提供者:沁篱
  1. TSP

    1下载:
  2. 用遗传算法解决TSP问题.程序中可以任意设置各种遗传算法的参数.有图形界面展示搜索的过程 .-Using genetic algorithms to solve TSP problem. Program can set various parameters of genetic algorithm. Has a graphical interface to display the search process.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:129542
    • 提供者:dudu
  1. SAGAHillClimbing

    0下载:
  2. Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA -Simulated Annealing SA Hill Climbing HC Local Beam Search LBS Genetic Algorithm GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:2691
    • 提供者:mashomid
  1. Genetic-Algorithm-for-Minimum-SpanningTree

    0下载:
  2. 使用遗传算法求解最小生成树的编码,C++环境-Genetic Algorithm for Minimum Spanning Tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:9455
    • 提供者:lee
  1. PIKAIA1.2

    0下载:
  2. GA 算法 PIKAIA1.2 Genetic Algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2380391
    • 提供者:chengzedong
  1. Derya_Ozkan

    0下载:
  2. Feature Selection for Face Recognition Using a Genetic Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-24
    • 文件大小:348439
    • 提供者:Mohammed
  1. NSGA-II(2000)

    0下载:
  2. 这是多目标优化问题的经典文章,值得研究。A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)-A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1090087
    • 提供者:Winjade
  1. cheng

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。-Genetic Algorithm (Genetic Algorithm, GA) in recent years developed a brand new global optimization algorithm, which, by With the biological point
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:31308
    • 提供者:崔暁魏
  1. GECCO1

    0下载:
  2. This the program for the GECCO 2008 contest utilizing the genetic algorithm-This is the program for the GECCO 2008 contest utilizing the genetic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:206660
    • 提供者:Junseok Kwon
  1. genalg

    0下载:
  2. It is simple genetic algorithm with different crossingover methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1623180
    • 提供者:optoedka
  1. genetic_code

    0下载:
  2. genetic algorithm C source code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-03
    • 文件大小:80299
    • 提供者:qzq
  1. GeneticAlgorithm

    0下载:
  2. genetic algorithm implementation for game engine design
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1121424
    • 提供者:Osman
  1. Simple-genetic-algorithm-source-code

    0下载:
  2. 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:8642
    • 提供者:李礼
  1. genetic

    0下载:
  2. This is knapsack problem solution by genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2366
    • 提供者:hamaaral
  1. Genetic-algorithm-c-source-code-

    0下载:
  2. 多变量遗传算法C++版 测试通过 输入输出文件在源码中有说明 根据需要修改目标函数和变量数即可-Multivariate genetic algorithm C++ and the number of variables needed to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13872
    • 提供者:moon
« 12 3 4 5 6 7 8 9 10 ... 39 »
搜珍网 www.dssz.com